home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Development Platforms / Apple II / Essentials / APW Interfaces / AInclude / E16.HyperXCMD < prev    next >
Encoding:
Text File  |  1991-10-17  |  889 b   |  34 lines  |  [TEXT/MPS ]

  1. ; *********************************************************
  2. ;
  3. ;  File: E16.HyperXCMD
  4. ;
  5. ;  For use with HyperCard IIGS version 1.1
  6. ;  Copyright © Apple Computer, Inc. 1990-91
  7. ;  All Rights Reserved
  8. ; *********************************************************
  9.  
  10. ; Offset constants for XCMDBlock
  11.  
  12. oxbParamCount        GEQU    0
  13. oxbParams        GEQU    2
  14. oxbReturnValue        GEQU    66
  15. oxbPassFlag        GEQU    70
  16. oxbUserID        GEQU    72
  17. oxbReturnStat        GEQU    74
  18.  
  19. ; XCMDBlock constants for event.what
  20.  
  21. xOpenEvt              GEQU     1000    ; the first event after you are created }
  22. xCloseEvt             GEQU    1001    ; your window is being forced close }
  23. xHidePalettesEvt    GEQU    1004    ; someone called HideHCPalettes }
  24. xShowPalettesEvt    GEQU    1005    ; someone called ShowHCPalettes }
  25. xCursorWithin        GEQU    1300    ; cursor is within the window }
  26.  
  27. ; XWindow styles
  28. xWindoidStyle        GEQU    0
  29. xRectStyle        GEQU    1
  30. xShadowStyle        GEQU    2
  31. xDialogStyle        GEQU    3
  32.